home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / mw2demo.dir / 00057.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  155 b   |  12 lines

  1. on enterFrame
  2.   open("copymech browscn1")
  3. end
  4.  
  5. on exitFrame
  6.   startTimer()
  7.   repeat while the timer < 120
  8.     nothing()
  9.   end repeat
  10.   go("play fade")
  11. end
  12.